home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 1997 April to September / Sun Solutions CD - APR '97 - SEP '97 (704-3778-12 Rev. H)(Sun Microsystems, Inc.)(1997).iso / products / Eudora / light / common.z / HOLONET1.NAV < prev    next >
Text File  |  1995-12-14  |  542b  |  25 lines

  1. ;Holonet service provider (HPx or CPN class numbers)
  2. ;
  3. ; If you make a change to this file you should change the name (line above)
  4. ; and copy it into the scripts directory (in case you change scripts).
  5. ;
  6. set TelnetCommand=telnet \{System} \{Port}\r\n
  7. set CRLFProcessing=0
  8. ;
  9. cancelon |NO CARRIER|BUSY|NO DIALTONE|incorrect|
  10. ;
  11. send ATDT {DialNumber}\r
  12. waitfor CONNECT
  13. pause 1
  14. send \r
  15. pause 1
  16. send holonet\r:
  17. waitfor ember
  18. send {DialLogin}\r
  19. waitfor word
  20. send {DialPass}\r
  21. waitfor erminal
  22. send eudora\r
  23. waitfor Eudora:
  24. ;
  25.